GetInlineStylesForNodeRequest

data class GetInlineStylesForNodeRequest(nodeId: NodeId)

Represents request frame that can be used with CSS#getInlineStylesForNode operation call.

Returns the styles defined inline (explicitly in the "style" attribute and implicitly, using DOM attributes) for a DOM node identified by nodeId.

See also

Constructors

GetInlineStylesForNodeRequest
Link copied to clipboard
fun GetInlineStylesForNodeRequest(nodeId: NodeId)

Properties

nodeId
Link copied to clipboard
val nodeId: NodeId

Sources

jvm source
Link copied to clipboard